home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / SourceCode / FontChoice / FontChoice.wod < prev    next >
Text File  |  1996-04-20  |  263b  |  14 lines

  1. ////////////////////////
  2. //  FontChoice
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. FontRadioMatrix: RadioMatrix {
  8.     matrixName = matrixName;
  9.     selection = selectedItem;
  10.     list = fontChoices;
  11.     borderSize = borderSize;
  12.     isVertical = isVertical;
  13. };
  14.